SpotlightQuery.Completed Event

Fired when the SpotLightQuery has finished gathering the initial items. Call the Stop method inside this event if you would not like to know when new documents match the query.

Syntax

Completed

If you don't call Stop, the Changed event will fire if items no longer match or new items match the query.